projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c07c9f6
)
* lisp/emacs-lisp/comp.el (comp-limplify-lap-inst): Opencode byte-not.
author
Andrea Corallo
<akrl@sdf.org>
Tue, 22 Dec 2020 12:04:02 +0000
(13:04 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Thu, 24 Dec 2020 14:36:36 +0000
(15:36 +0100)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index eef63b52c44588e5c12f6ec5d5ac19823d8ce734..ad09210d8dd644991a505521256fb5d72f395e0a 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-1446,7
+1446,9
@@
the annotation emission."
(byte-listp auto)
(byte-eq auto)
(byte-memq auto)
- (byte-not null)
+ (byte-not
+ (comp-emit-set-call (comp-call 'eq (comp-slot-n (comp-sp))
+ (make-comp-mvar :constant nil))))
(byte-car auto)
(byte-cdr auto)
(byte-cons auto)